// THE MAZE TOWN 2. This is the Maze town 2, just adapted into UV

begintownscript;

variables;
int i,j,k,choice;

body;

beginstate 0;
break;

beginstate 1;
break;

beginstate 2;
break;

beginstate 20;
block_entry(1);
message_dialog("You try to walk down this path, but a mysterious force prevents you from doing so.","You hear a voice talk to you _This is town 2 of Archmagi Micael's THE MAZE. Undead Valley only contains this town. You may not pass. Thank you for your time._");
break;

beginstate 17;
//change_outdoor_location(13,1,29,25);
//block_entry(1);
message_dialog("You walk out of the maze at last. Ahead you can see a signpost, and an area surrounded by stones, which you guess is... The HIDDEN CITY!!!","");
change_outdoor_location(13,1,29,25);
break;

beginstate 27;
//block_entry(1);
message_dialog("You walk back out, and see the Persistent players town in the distance. GOSH - MAZES!","");
change_outdoor_location(2,1,15,4);
break;

break;